home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 39
/
Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso
/
Aminet
/
game
/
misc
/
WormWars.lha
/
wormwars
/
source
/
qdraw020.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-23
|
370 b
|
14 lines
/* qdraw020.h */
struct QDPlaneInfo
{
PLANEPTR pi_Planes[4]; /* ScreenPtr->RastPort.BitMap->Planes[] */
ULONG pi_BPR,pi_PlaneSZ; /* bitmap->BytesPerRow, BPR*rows */
};
/* qdraw020.o */
void __regargs qdraw020(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
/* qdraw020iso.o */
void __regargs qdraw020iso(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);